home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11522 < prev    next >
Encoding:
Text File  |  2002-07-05  |  1.8 KB  |  74 lines

  1. <html>
  2.  
  3. <head>
  4. <link REL="stylesheet" TYPE="text/css" HREF="%1css/default.css">
  5. <base target="_parent">
  6. </head>
  7.  
  8. <script language="javascript">
  9.  
  10. function disableSelected()
  11. {
  12.   if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  13.     window.parent.frames['tab_content_frame'].disableSelected();
  14. }
  15.  
  16.  
  17. function enableSelected()
  18. {
  19.   if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  20.     window.parent.frames['tab_content_frame'].enableSelected();
  21. }
  22.  
  23.  
  24. function selectAll()
  25. {
  26.   if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  27.     window.parent.frames['tab_content_frame'].selectAll();
  28. }
  29.  
  30.  
  31. function deselectAll()
  32. {
  33.   if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  34.     window.parent.frames['tab_content_frame'].deselectAll();
  35. }
  36.  
  37.  
  38.  
  39. </script>
  40.  
  41. <body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
  42.  
  43.  
  44.  
  45.  
  46. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  47.  
  48. <SCRIPT SRC="%1js/helps.js"></SCRIPT>
  49. <SCRIPT SRC="%1js/tips.js"></SCRIPT>
  50.  
  51. <table width=100% border=0 cellspacing=0 cellpadding=0>
  52.   <tr>
  53.     <td>
  54.       <table border=0 cellspacing=0 cellpadding=0>
  55.          <td class="clsTabSpacer"> </td>
  56.           <td class="%2" align=middle nowrap><div class="%3"><a %4> Properties </a></div></td>
  57.         <td class="clsTabSpacer"> </td>
  58.           <td class="%5" align=middle nowrap> <div class="%6"> <a %7> Metrics </a> </div> </td>
  59.         <td class="clsTabSpacer"> </td>
  60.           <td class="%8" align=middle nowrap> <div class="%9"> <a %10> Destinations </a> </div> </td>
  61.         </table>
  62.     </td>
  63.     <td> </td>
  64.   </tr>
  65.   <tr class="clsTabBar">
  66.     <td colspan=2>
  67. %11
  68.     </td>
  69.   </tr>
  70. </table>
  71.  
  72. </body>
  73. </html>
  74.